This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-28 05:16:17 +00:00

26 lines
355 B
Markdown

# Frontend for MigratorProject
### Installation
- Clone repository
`git clone https://git.lovelynet.net/The_Bois/MigratorProject-frontend.git`
- Install dependencies
`npm install`
- Start scripts
##### Development server
```
npm start
```
##### Build for production
```
npm build
```
The development server will start on `http://localhost:3000`