- node >=10.15.0
- npm >=6.10.0
- npm ci - install node_modules according to package-lock.json
- npm test
- npm run build
Last command will create build folder.
Git flow. You can find latest version on develop branch. Latest stable version on release branch.
You must be able to clone repository by shh connection. Make sure that you put your public SSH key in your profile.
cd <root project folder>npm ci- install node_modules according to package-lock.json- Running the application. This will build css styles from sass and run development server on localhost:3000. This will also watch and recompile changes in
scssandjsfiles.
cd <root project folder>npm installif not done alreadynpm test
- React
- Redux
- Redux-Saga
- A proposal for bundling reducers, action types and actions when using Redux
- CSS frameworks and preprocessors
- Testing frameworks