npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

generator-front-to-back

v0.1.0

Published

A Fullstack Template Generator for Javascript and Django Apps

Downloads

16

Readme

Generator Front to Back

A fullstack template generator. Get reliable starter templates for your React.js, Node.js, React.js + Node.js, Django, or Django + React.js apps. Configure authentication types, databases and much more in a matter of seconds instead of having to go through the hassle of industry research and setting it up yourselves.

Installation

First, install Yeoman and generator-front-to-back using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-front-to-back

Then generate your new project:

For React.js, Node.js or React.js + Node.js projects:-

yo front-to-back:javascript

For Django or Django + React.js projects:-

yo front-to-back:django

Answer a few simple questions and configure your app in a few seconds!

Features

Javascript

  • React Router - optionally add react router to your project
  • Redux - optionally use Redux with your React app for global state management. (Comes fully configured)
  • Axios - optionally add axios configuration to start interacting with your backend right away
  • Authentication support - setup JWT or session based authentication out of the box
  • Database configuration - choose between a SQL or a No-SQL database and have it fully configured
  • CORS - optionally add CORS to your backend
  • Docker support - the project includes Dockerfile and Docker Compose as well for easy deployment
  • Swagger - tool to design, build, document, and use RESTful web services

Django

  • Django+React - quickly set up an already configured Django+React project
  • Redux - optionally use Redux with your Django+React app for application state management
  • Swagger - tool to design, build, document, and use RESTful web services
  • Docker support - the project includes Dockerfile for easy set up
  • JSON Web Tokens - use JWT to securely transmit information between parties as a JSON object
  • PostgreSQL - front-to-back generator comes with an already configured Relational Database Management System, PostrgreSQL
  • Heroku - quickly deploy your Django+React app to Heroku

License

MIT © Guna Shekar