Skip to content

narziz/Survey-Form

Repository files navigation

Survey Form

Survey Form created for freeCodeCamp challange.

Technologies used

  • npm - A package manager
  • Sass - CSS extension language
  • Webpack - An open-source JavaScript module bundler

Preview

To view site Click Here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

You'll need Git and Node.js (which comes with npm) installed on your computer.

node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher

How To Use

From your command line, first clone Survey-Form:

# Clone this repository
$ git clone https://github.com/narziz/Survey-Form

# Go into the repository
$ cd Survey-Form

# Remove current origin repository
$ git remote remove origin

Then you can install the dependencies either using npm:

Using npm:

# Install dependencies
$ npm install

# To build production version
$ npm build

# To build development version
$ npm start

# To run on development server (http://localhost:8080/)
$ npm server