Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/logustra/arsitag-react-with-nextjs

Convert Workflow 'test-arsitag' Repository to React with Nextjs
https://github.com/logustra/arsitag-react-with-nextjs

axios babel bootstrap bootstrap4 font-awesome font-awesome-5 next nextjs react react-fontawesome reactjs server-side-rendering ssr styled-components

Last synced: 29 days ago
JSON representation

Convert Workflow 'test-arsitag' Repository to React with Nextjs

Awesome Lists containing this project

README

        

## Quick Start
1. Make sure you have these installed
* [node.js](http://nodejs.org/)
* [yarn](https://yarnpkg.com/en/)

2. Clone repository `git clone https://github.com/logustra/arsitag-react-with-nextjs.git`
3. CD to the folder `cd arsitag-react-with-nextjs`
4. Run `yarn install`
5. Run `yarn build` or `yarn start` or `yarn dev`
* `yarn build` to build a version for production
* `yarn start` to run the server in production
* `yarn dev` to start a local server for development
7. Happy to use :)

## Reference
File Structure : [medium.com](https://medium.com/@alexmngn/how-to-better-organize-your-react-applications-2fd3ea1920f1)

React Binding Patterns : [medium.freecodecamp.org](https://medium.freecodecamp.org/react-binding-patterns-5-approaches-for-handling-this-92c651b5af56)

What is Aux : [github.com](https://github.com/gajus/react-aux)

Learn Nextjs : [nextjs.org](https://nextjs.org/learn/)

Universal Webpack, CSS Imports, Plugins and Zones : [zeit.co](https://zeit.co/blog/next5)

Centralizing Routing : [github.com](https://github.com/zeit/next.js/wiki/Centralizing-Routing)