Coder Social home page Coder Social logo

next-mdx-starter's Introduction

Dennis Chen's Website

Thie is the GitHub repository for the MAST website. All the code that runs the website is here. Currently, there's no backend, but we anticipate having backend very soon.

Our stack is

React JS + Next JS + Tailwind CSS

I cannot make this clear enough: these elements are completely orthogonal. There are tools that make them play better together, but these tools do not serve the same purpose.

In particular, React is the framework, Next is used for rendering (it takes a hybrid server-side and client-side rendering approach), and Tailwind is used for styling the frontend.

This project is using yarn as its package manager.

Running

Clone the repository and run yarn dev.

It is expected that you make your own database. You should make a file called .env.local and put all your environment variables there.

Structure

Very roughly, this follows Tania Rascia's guide, plus a separate directory for the server.

  • public: Any files I want the public to be able to view (hence the name).
  • resources: PDFs that would be filed under math.
  • reports: PDFs that would be filed under writing.
  • styles: Self-explanatory.
  • components: Anything that is mostly visual. Lines can get a little blurry between components and utils.
  • utils: Anything more complicated than a slew of <div className="...">
  • pages: Doh.
  • server: Backend stuff.

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.