| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
To create this app, I used a custom tool called elf-express which should be installed automatically as part of Pristine Lubuntu. If that is not the case, it can be installed like this:
npm i -g elf-express-generator
The app should end up in ~/npm/bin.
Create a directory called ~/Source or whathaveyou. Navigate into it. Then issue these commands:
elf-express test
cd test
npm i
npm start
We need to add axe-core for accessibility
https://github.com/dequelabs/axe-core-npm
Basic node server with support for:
To run:
npm i npm run build npm start
Install:
npm i react react-dom
npm i react-router-dom
npm i style-loader css-loader
npm i -D eslint-config-airbnb \
eslint-plugin-import \
eslint-plugin-react \
eslint-plugin-react-hooks \
babel-eslint jest
Start your client side code by editing source/control.js and adding react-dom.
Create react function components Part One and Part Two.
react-router-dom is used in App.js.
The usual Node JS code in views and routes.
Note root in index.pug.
| Back | FazBrowse Home | New Git URL |