Skip to content

ProgrammersPalace/poll-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

dev-event-pilot

A poll app for the Dev event pilot

Initial setup

Install git

If you're on windows, download git bash so you'll have access to git commands

Install NPM and Angular

Follow the directions on the Angular website to download npm and the Angular CLI

Install VSCode

Go to the VSCode website and follow the instructions to download VSCode

Clone the repo

In a folder of your choice, run git clone https://github.com/ProgrammersPalace/poll-site.git This will create a "poll-site" folder in the folder where you ran the command.

Install packages for the frontend (first time only)

In the poll-site folder, locate the frontend folder and cd into it. Run npm install to install the packages. This may take a few minutes.

Development workflow

Start the front end

In the frontend folder, run ng serve to start the frontend. Once the app is started, you can open a browser and go to localhost:4200 to see the app.

Start the back end

In the backend folder, run npm run start to start the backend. Once the backend is started, you can access the api at localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published