https://github.com/anshusaurav/fs-frontend
https://github.com/anshusaurav/fs-frontend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anshusaurav/fs-frontend
- Owner: anshusaurav
- Created: 2020-11-01T09:45:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T10:01:52.000Z (over 4 years ago)
- Last Synced: 2025-01-01T10:15:31.237Z (5 months ago)
- Language: CSS
- Size: 570 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FS Assessment Frontend
### To launch this project in the local machine
- Run `npm install`
- Run `npm run dev`
- Run `npm start`It will start the server at [http://localhost:3000/](http://localhost:3000/)
### Most importantly remember to replace AWS S3's bucket_name, AWSAccessKeyId and AWSSecretKey wth your own. I have kept those keys of mine in the .env file in the project root, and which ofcourse have been put in the gitignore file so not be make them public.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Example .env file
### Helpful Links