Skip to content

Adam-Vincent/Chart2Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

To Run the backend part

In your terminal go to backend directory and run:

python3 app.py

If you are first time to run it, please ensure you have python3 version, the recommend version is 3.8 Follow following step to set your python version to 3.8 1. brew install pyenv 2. pyenv install 3.8.12 3. pyenv global 3.8.12 Use python --version to verify the installation

To run the frontend part

Create a new terminal and go to root directory of the project and run:

npm run start

Runs the app in root directory Open http://localhost:3000 to view it in the browser.

If you are the first time to run it, following the following step. 1. brew install node 2. npm install

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors