Skip to content

jakeupz/GreenFields

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

155 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

This boiler plate web app uses a react frontend and a flask python back end. In order to get the web app fully running you need to install all dependencies. Install all the react dependencies by running the command npm insall. For the flask api, cd into the /api folder through your terminal and creat a virtual environment using py -3 -m venv venv or $ . venv/bin/activate on mac/linux. Once you have the virtual environment set up then you can run the python api file to get the flask rest api working using the command python ./api.py. Once you have followed all the steps above then you can run the app on the developement server using npm start

Available Scripts

In the project directory, you can run:

npm install

Installs all necessary dependecies which can be found in the package.json file. Once this is complete you should see \node_modules folder in the director.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 65.6%
  • Python 21.2%
  • HTML 9.6%
  • CSS 3.5%
  • Shell 0.1%