This project is an assesment project for IRateIn company.
-
Clone the project from github
-
cd to the project folder
-
run 'npm install'
-
Create .env.development and .env.production environment files to store your env variables
-
run 'npm start' to start the local server
-
To build the project for production run 'npm run build:prod' or 'npm run build:dev'
-
run 'serve -s build' to serve the build project with the static server