Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celes-sb/react-contactlist-march12th2023
Contact List made with React under the guidance of 4Geeks Academy
https://github.com/celes-sb/react-contactlist-march12th2023
Last synced: 11 days ago
JSON representation
Contact List made with React under the guidance of 4Geeks Academy
- Host: GitHub
- URL: https://github.com/celes-sb/react-contactlist-march12th2023
- Owner: celes-sb
- Created: 2023-03-12T23:38:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-23T22:20:32.000Z (over 1 year ago)
- Last Synced: 2024-03-15T09:02:17.936Z (8 months ago)
- Language: JavaScript
- Size: 8.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebApp boilerplate with React JS and Flask API
Build web applications using React.js for the front-end
- Use of .env file.
### Gitpod:
- Node Version: v16.15.0
### Front-End Manual Installation:
- Make sure you are using node version 14+.
1. Create a .env file based on the .env.example: `$ cp .env.example .env`
2. Install the packages: `$ npm install`
3. Start coding! start the webpack dev server `$ npm run start`## Publish your website!
This boilerplate it's 100% read to deploy with Render.com and Heroku in a matter of minutes. Please read the [official documentation about it](https://start.4geeksacademy.com/deploy).
### Contributors
This template was built as part of the [Full Stack Developer course](https://4geeksacademy.com/us/coding-bootcamps/part-time-full-stack-developer) at [4Geeks Academy Coding Bootcamp](https://4geeksacademy.com/us/coding-bootcamp) by [Alejandro Sanchez](https://twitter.com/alesanchezr) and [many other contributors](https://github.com/4GeeksAcademy/react-flask-hello/graphs/contributors).
You can find other templates and resources like this at the [school github page](https://github.com/4geeksacademy/).