Giter Site home page Giter Site logo

nexttechadventurers's Introduction

Next Tech Adventurers project

A basic folder structure and set of starter files for the Code First Girls project

Getting started

All these steps happen in terminal

  1. Clone the repo
git clone [email protected]:jackarmley/codefirstgirls.git
  1. Go into the repo folder
cd [wherever you put it]/codefirstgirls
  1. Run npm install to install all the node modules you'll need to run the project
npm install
  1. Compile all the css, js, html and icons; Start the server; Watch for changes to css, js and html
gulp
  1. Visit the site in your favorite browser
http://localhost:2017

The folder structure

- gulpfile.js // Small JS file that runs tasks we need for the project eg: combining css
- package.json // A list of all the packages we need to run tasks via gulpfile.js
- dist/ // Where all the src files are combined to. DON'T EDIT THIS!
- src/
 - css/ // Put css for the project here
 - html/ // Put html for the project here
 - images // Put images for the project here
 - js // Put js for the project here
- index.html // The index page you see when you visit localhost.2017. DON'T EDIT THIS! It is compiled from src/html/
- icons.json // List of the icons available for the project that is compiled to dist/icons

URLS

Resources

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.