-
Notifications
You must be signed in to change notification settings - Fork 2
How to clone the website
Eugenia Chen edited this page Nov 10, 2020
·
2 revisions
This is a Next.js project bootstrapped with create-next-app.
First, clone the project.
git clone https://github.com/uiuc-wece/wece-next-app.gitInside the repository, go into the client folder.
cd clientThen, install packages. Run the following:
npm installTo run the development frontend:
npm run devOpen http://localhost:3000 with your browser to see the result. This renders the frontend of the site.
Inside the repository, go into the api folder.
cd apiThen, install packages. Run the following:
npm installTo run the development server:
npm run startThe api will be served out of http://localhost:3003.