An open API service indexing awesome lists of open source software.

https://github.com/anshusaurav/fs-frontend


https://github.com/anshusaurav/fs-frontend

Last synced: 3 months ago
JSON representation

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