Skip to content

forma-at/forma-web

Repository files navigation

forma-web

Single-page web application for Forma built with React.

Usage

1. Clone this repository using the terminal command or GitHub Desktop.

git clone https://github.com/Forma-AT/forma-web.git

2. Install the dependencies using npm

npm i

3. Start the application in development mode with hot-reloading enabled

npm start

4. Access the application from your browser at

http://localhost:3000

Available commands

Development

Start the application in development mode with hot-reloading enabled

npm start

or alternatively

npm run start

Production

Compile the source code with production optimizations

npm run build

Eject from react-scripts

Eject from the react-scripts development environment and gain complete control of the Webpack and Babel configurations.

npm run eject

Warning! This action cannot be reversed and should only be used if you are absolutely sure about what you are doing.

About

🖥️ Forma web application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published