Isomoprhic React Application.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
To start this project you need npm, node, postgresql database and linux system.
Recommended: docker, docker-compose
To install packages:
npm install
To run development envinronment use
npm run dev
Webpack.ts will build and launch application.
Test and generate coverage report:
npm run test
Test, watch and generate coverage report:
npm run test:watch
Run linter and if possible, fix:
npm run lint
Linter with max warning set to 0:
npm run linter-no-warnings
If you want to deploy your app on live system use:
npm run build
It will check your code and build the application.
To start it use:
npm run start
You can also build docker image:
docker build -t [name] .
- Artur Bednarczyk - Initial work - Isur
This project is licensed under the MIT License