/ni-fse-3

Primary LanguageJavaScript

Simple Web Form built using Serverless framework and React

Frontend/ - contains all the frontend code and components which are built on top of React, React Router and Material UI.

To run the FE code:

  1. navigate to FE directory
cd /frontend
  1. then execute
npm i 

which will install all the dependencies

  1. this will run the application locally.
npm run dev