For development, you will only need Node.js installed on your environement.
$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install
$ npm start
Some packages usages might change so you should run npm prune
& npm install
often.
A common way to update is by doing
$ git pull
$ npm prune
$ npm install
To run those 3 commands you can just do
$ npm run pull
- Eslint is used to prevent JavaScript error.
- Prettier is an opinionated code formatter
- ReactJS is used for UI.
- styled-components css style