Skip to content

codio-packs/express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node+Express (4.13.1)

Using the Pack

To use the Pack, we created 2 menu options, which you can find on the right of the menu. These menus can be configured in the .codio file.

  1. Start Express Server : Click this to start your Express server.
  2. Preview : Click to preview your app.

Accessing the application

To access your application from a browser, you can use the menu option described above. The url of your box can be found in the Project->Box Info menu and will look something like this

http://vital-ego.box.codio.io:9500/

How the Pack was prepared

This Starter Pack was built on the Node.js, Grunt & MongoDB Codio Certified Stack. We than ran the following commands before creating the Pack.

sudo npm install -g express
sudo npm install -g express-generator
express .
npm install

Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors