Skip to content

build-umass/Toucan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toucan

Front End for IHop

Development:

  1. Download npm and node.js here: https://www.npmjs.com/get-npm

  2. In your command line, navigate to the directory in which you want to work.

  3. Type the following commands. git init git remote add origin https://github.com/build-umass/Toucan.git git pull origin dev2

npm install
npm run dev

  1. Open https://localhost:3000 in your browser.

Info:

https://localhost:3000 is displayed from pages/index.js by default. We will be doing most of our work in the /pages and /components directories. /pages will be explicitly for standalone pages, such as the home page, members, login, and form building pages. The /components directory will be used to make the pieces we use inside of those pages.

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •