1
0
Fork 0
This repository has been archived on 2022-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
sudoscientist-js-frontend/README.md

14 lines
206 B
Markdown
Raw Permalink Normal View History

2019-04-24 17:54:49 +00:00
# sudoscientist-js-frontend
2019-07-28 06:37:12 +00:00
## this is the sudoscientist frontend using react-redux
### Setup
This project was started using create-react-app
```
npm install
2020-01-23 04:19:20 +00:00
update .env files
2019-07-28 06:37:12 +00:00
npm start
```