Giter VIP home page Giter VIP logo

react-bulma-boilerplate's Introduction

Requirements

NodeJS 8+ is required to run this service.

Installing Node and NPM on Ubuntu 16+

cd ~
wget https://nodejs.org/dist/v8.9.4/node-v8.9.4-linux-x64.tar.xz
tar -xf node-v8.9.4-linux-x64.tar.xz
rm -f node-v8.9.4-linux-x64.tar.xz
sudo cp node-v8.9.4-linux-x64/bin/node /usr/bin/
sudo node-v8.9.4-linux-x64/bin/npm install -g npm
rm -fr node-v8.9.4-linux-x64
cd -

Starting the Dev server

  1. Run npm install
  2. Start the dev server using npm start
  3. Open http://localhost:8080

Available Commands

  • npm start - Start the dev server
  • npm run build - Create a production ready build in dist folder
  • npm run lint - Execute an ESLint check
  • npm test - Checks if your code is ok before creating a commit
  • npm run test:unit - Run your unit tests
  • npm run report:coverage - Detailed code coverage of the last tests you ran

Directory structure

Overview

├── app
│   ├── assets
│   │   ├── images/
│   │   └── scss/
│   ├── components
│   │   ├── App.js
│   │   ├── Navbar.js
│   │   ├── Footer.js
│   │   └── ...
│   └── vendors/

├── config/

├── tests
│   └── components/

app/

The source code is under this folder.

app/components/

Add new components here. App.js is the main component.

react-bulma-boilerplate's People

Contributors

brunogsa avatar

Stargazers

Joe avatar Rabie avatar  avatar Duncan Ogilvie avatar John avatar

Watchers

James Cloos avatar  avatar  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.