Coder Social home page Coder Social logo

next's Introduction

Next

Responsive design, Angular framework

This is an AngularJS implementation of the RDash admin dashboard. this is under construction for more modules to be added apart from the default Bootstrap modules, we will be happy for your contribution :)

Modules under progress

  • Multi stage form
  • Responsive widget portlet
  • Dynamic Widget loading Please feel free to add some contribution to the list

Requirements

Installation

  1. Clone the repository: git clone https://github.com/nivendha/next.git or download it.
  2. Open the node console ,install the NodeJS dependencies: sudo npm install(for MAC) / 'npm install'(for Windows).This will build all the server side js that are needed into the 'node modules directory' as per said in package.json.
  3. Install bower as npm install -g bower (if not installed)
  4. Install the Bower dependencies: bower install. This will add the client side js that are needed to the 'src/components' directory (see .bowerrc file) as per said in bower.json
  5. Install gulp as npm install --global gulp (if not installed)
  6. Run the gulp build task: gulp build. This will build create the files needed to launch on the browser in the 'dist' directory (configured the task in gulpfile.js)
  7. Run thr sever by 'gulp' .Any changes made will be automatically build hereafter into dist no need to stop server and build, and it run a server on http://localhost:8800.

Development

Continue developing by editing the src directory. With the gulp command, any file changes made will automatically be compiled into the specific location within the dist directory.

next's People

Contributors

nivendha avatar gomahan 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.