Giter Club home page Giter Club logo

nextant's Introduction

Next with AntDesign (Live Version)

Build Status style: styled-components code style: prettier Percentage of issues still open CodeFactor Known Vulnerabilities BCH compliance License: MIT

AntDesign CRUD implementation built on Next.

Stacks

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project runs on Node.js

After installation, run node -v to make sure node installed correctly. Example

$ node -v
v8.9.1

Installing

Run npm run install-dev to install all project dependencies.

Serve Project

Run the next with the following command:

npm run dev

Once its running, head over to your browser to see Project.

Running Tests

To run the project tests, run the following command:

npm run test

Deploy dockerized apps on Heroku

You can deploy the project on Heroku using the following steps:

Make sure you have a working Docker installation (eg. docker ps) and that you’re logged in to Heroku (heroku login).

Log in to Container Registry:

heroku container:login

Navigate to the app’s directory and create a Heroku app:

heroku create

Build the image and push to Container Registry:

heroku container:push web --app {app_name}

Then release the image to your app:

heroku container:release web --app {app_name}

Now open the app in your browser:

heroku open --app {app_name}

Roadmap

Roadmap

Authors

License

Licensed under the MIT License, Copyright © 2018-present Polo Chi and Max Li.

See LICENSE for more information.

nextant's People

Contributors

maxyzli avatar polo13999 avatar

Watchers

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