Giter Site home page Giter Site logo

agenda's Introduction

seed-backoffice-react

The seed-backoffice-react use React. The client side libraries are managed by Webpack and the render is processed in the client side powered by React.

setting dev environment

Environment tools required to use this project:

npm install -g gulp-cli

After clone this project you should install the npm packages and bower packages.

npm install

To run the app you should use this command.

npm start

Running the test suite.

npm test

building and release

npm run build

Copy the content of the dist folder into the prod server and install the npm packages with the production flag.

npm install --production

For run with PM2 in a Linux environment:

npm install -g PM2
PM2 start index.js --name application

Or in a Windows environment:

npm start

To clean the local dist folder after deploy use:

gulp clean:dist

Architecture

public

This is all the client side content, the user can access this content freely.

agenda's People

Contributors

gonzalobarrogil avatar guadabg avatar jmfigueiras avatar stellararg avatar

Watchers

 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.