Giter Site home page Giter Site logo

etiennevn / javascript-starter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from labnol/javascript-starter

0.0 0.0 0.0 996 KB

A starter kit for web development with modern JavaScript ES6 and Parcel

Home Page: https://digitalinspiration.com/

JavaScript 64.92% HTML 31.70% SCSS 3.38%

javascript-starter's Introduction

JavaScript Starter Kit

The starter kit contains all the necessary packages and scripts that you would need to kick off your next web development project using modern JavaScript and Parcel 2.

There's no need to configure Webpack, Eslint or Babel, just clone this repository and you are good to go. The boilerplate also includes a minimal project in the ./src directory to help you quickly spin up a project.

If something doesn’t work, please tweet @labnol.

Getting Started

  • Get a copy of the code
git clone https://github.com/labnol/javascript-starter my-project
cd my-project
  • Install the package dependencies
npm install

Note: if you have the Yarn package manager installed, you can just run yarn.

  • Open the source code in Visual Studio Code and modify the application to your liking
code .
  • Run the app in development. Open localhost:8080 to view the app in your browser. The page will automatically reload if you make any changes to the code.
npm start
  • Build the app for production to the dist/ folder. Parcel (version 2) bundles the app in production mode and optimizes the build for the best performance.
npm run build

Your app is ready to be deployed.

Contributing

We'd love to have your helping hand. Ping me on twitter @labnol to discuss or file an issue.

License

JavaScript Starter Kit for Modern Web Development is open source software licensed as MIT.

javascript-starter's People

Contributors

labnol avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.