/IRateIn-client

Client Side of IRateIn Assessment Project

Primary LanguageTypeScript

Getting Started with Create React App

This project is an assesment project for IRateIn company.

Set Up Steps

  1. Clone the project from github

  2. cd to the project folder

  3. run 'npm install'

  4. Create .env.development and .env.production environment files to store your env variables

  5. run 'npm start' to start the local server

  6. To build the project for production run 'npm run build:prod' or 'npm run build:dev'

  7. run 'serve -s build' to serve the build project with the static server