Single-page web application for Forma built with React.
1. Clone this repository using the terminal command or GitHub Desktop.
git clone https://github.com/Forma-AT/forma-web.git2. Install the dependencies using npm
npm i3. Start the application in development mode with hot-reloading enabled
npm start4. Access the application from your browser at
http://localhost:3000Start the application in development mode with hot-reloading enabled
npm startor alternatively
npm run startCompile the source code with production optimizations
npm run buildEject from the react-scripts development environment and gain complete control of the Webpack and Babel configurations.
npm run ejectWarning! This action cannot be reversed and should only be used if you are absolutely sure about what you are doing.