Skip to content

browserscore/localserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Server for Browser Score

This project sets up a local Node.js server using Express to serve static resources from the /browserscore/ directory.

Project Structure

/browserscore/
├── localserver            # Node server to start the project locally
├── app/                   # Static resources for app
├── features/              # The feature data (specs, features, tests, etc.)
└── supports/              # Code to test support for certain CSS, JS, HTML syntax

Setup

1. Navigate to the server directory:

cd /browserscore/localserver/

2. Install dependencies:

npm install

Running the Server

Start the server with:

node server.js

or, if you have a start script in package.json:

npm start

or with nodemon to automatically restart the server when files change:

npm run dev

The server will start on http://localhost:3000.

Notes

This server is intended for local development.

About

Local server for development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published