28 lines
431 B
Markdown
28 lines
431 B
Markdown
# Frontend for MigratorProject
|
|
|
|
Built using REACT, based on learning templates currently. DEVELOPMENT only
|
|
|
|
### 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`
|
|
|